Do a global search for "is" followed by " all":
The marked text below shows where the expression gets a match:
The ?=n quantifier matches any string that is followed by a specific string n.
Tip: Use the ?!n quantifier to match any string that is NOT followed by a specific string n.
The ?= quantifier is supported in all major browsers.